06. Tasks: Refactor Code
Before you begin this next set of tasks, let's do a quick review of the concept: refactoring.
Refactoring is the goal of cleaning the code to make it leaner and more efficient, and to overall improve the design of the code without impacting the external functionality of the code.
The following pages include some good examples of refactoring Python code:
SECTION IV: Refactor Code
Task Description:
Follow the directions below to make changes to your code related to improving either the code speed or readability - this could be using built ins that will allow your code to run faster to changing the variable names used. The actual changes made don't matter for this project. The importance is in understanding workflow.
Task Feedback:
Good work! You have worked on the * refactoring* branch!